Papers with pioneering approach
MAPLE: Micro Analysis of Pairwise Language Evolution for Few-Shot Claim Verification (2024.findings-eacl)
Copied to clipboard
| Challenge: | Existing methods for verification of claims are limited by the availability of labeled data. |
| Approach: | They propose a method that explores the alignment between a claim and its evidence using a seq2seq model and a novel semantic measure. |
| Outcome: | The proposed method shows significant performance improvements over baselines SEED, PET and LLaMA 2 across three fact-checking datasets. |
From Chaos to Clarity: Claim Normalization to Empower Fact-Checking (2023.findings-emnlp)
Copied to clipboard
| Challenge: | Social media posts are noisy and pervasive, resulting in difficult to identify precise and prominent claims that require verification. |
| Approach: | They propose a task called Claim Normalization that decomposes complex and noisy social media posts into more straightforward and understandable forms, termed normalized claims. |
| Outcome: | The proposed model outperforms baselines across evaluation measures and errors. |
UniMath: A Foundational and Multimodal Mathematical Reasoner (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for interpreting and processing diverse mathematical modalities are limited . existing systems are limited in interpreting complex mathematical tasks and implementing them in a multimodal manner. |
| Approach: | They propose a multimodal mathematical reasoning system that utilizes a fine-tuned T5 model augmented with a variational autoencoder (VAE)-based image tokenizer. |
| Outcome: | The proposed model achieves state-of-the-art performance on SVAMP, GeoQA, and TableMWP datasets and is generalized on two additional datasets. |
Cross-Lingual Unlearning of Selective Knowledge in Multilingual Language Models (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Pretrained language models memorize large amounts of information, raising significant safety concerns. |
| Approach: | They propose an approach to machine unlearning for multilingual language models that selectively erases information across different languages while maintaining overall performance. |
| Outcome: | The proposed approach is compared with existing unlearning baselines and set a new standard for secure and adaptable multilingual language models. |
OneNet: A Fine-Tuning Free Framework for Few-Shot Entity Linking via Large Language Model Prompting (2024.emnlp-main)
Copied to clipboard
| Challenge: | Entity Linking (EL) is the process of associating ambiguous textual mentions to specific entities in a knowledge base. |
| Approach: | They propose a framework that utilizes the few-shot learning capabilities of Large Language Models without the need for fine-tuning to improve the accuracy of EL. |
| Outcome: | The framework outperforms current state-of-the-art methods in a few-shot entity linking task. |